home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TPROPERTIESFORM1 / TPROPERTIESFORM1.txt < prev   
Text File  |  1998-10-17  |  4KB  |  203 lines

  1. object PropertiesForm1: TPropertiesForm1
  2.   Left = 46
  3.   Top = 124
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Memo
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Image Properties'
  10.   ClientHeight = 253
  11.   ClientWidth = 575
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object OpenTool: TToolbarButton97
  25.     Left = 185
  26.     Top = 4
  27.     Width = 23
  28.     Height = 22
  29.     Hint = 'Open Image'
  30.     DisplayMode = dmGlyphOnly
  31.     Flat = False
  32.     Glyph.Data = {
  33.       F6000000424DF600000000000000760000002800000010000000100000000100
  34.       04000000000080000000CE0E0000C40E00000000000000000000000000000000
  35.       80000080000000808000800000008000800080800000C0C0C000808080000000
  36.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  37.       77777777777777777777000000000007777700666666666077770E0666666666
  38.       07770FE06666666660770EFE0666666666070FEFE000000000000EFEFEFEFE07
  39.       77770FEFEFEFEF0777770EFE0000000777777000777777770007777777777777
  40.       7007777777770777070777777777700077777777777777777777}
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.     OnClick = OpenToolClick
  44.   end
  45.   object Label2: TLabel
  46.     Left = 424
  47.     Top = 55
  48.     Width = 139
  49.     Height = 16
  50.     AutoSize = False
  51.     Caption = 'Dimensions:'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clPurple
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Label3: TLabel
  60.     Left = 424
  61.     Top = 109
  62.     Width = 139
  63.     Height = 16
  64.     AutoSize = False
  65.     Caption = 'File size:'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clPurple
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label4: TLabel
  74.     Left = 424
  75.     Top = 163
  76.     Width = 139
  77.     Height = 16
  78.     AutoSize = False
  79.     Caption = 'Modified:'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clPurple
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.   end
  87.   object Label6: TLabel
  88.     Left = 185
  89.     Top = 36
  90.     Width = 225
  91.     Height = 21
  92.     AutoSize = False
  93.     Caption = '&Memo:'
  94.     FocusControl = Memo
  95.     Transparent = True
  96.   end
  97.   object ApplyButton: TButton
  98.     Left = 184
  99.     Top = 216
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&Apply'
  103.     Enabled = False
  104.     ModalResult = 1
  105.     TabOrder = 1
  106.     OnClick = ApplyButtonClick
  107.   end
  108.   object CancelButton: TButton
  109.     Left = 344
  110.     Top = 216
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'Cancel'
  114.     ModalResult = 2
  115.     TabOrder = 3
  116.   end
  117.   object GroupBox1: TGroupBox
  118.     Left = -36
  119.     Top = -16
  120.     Width = 201
  121.     Height = 277
  122.     TabOrder = 4
  123.     object Panel1: TPanel
  124.       Left = 40
  125.       Top = 20
  126.       Width = 155
  127.       Height = 245
  128.       BevelOuter = bvNone
  129.       TabOrder = 0
  130.     end
  131.   end
  132.   object Memo: TMemo
  133.     Left = 184
  134.     Top = 52
  135.     Width = 233
  136.     Height = 153
  137.     TabOrder = 0
  138.     OnChange = MemoChange
  139.   end
  140.   object Panel2: TPanel
  141.     Left = 424
  142.     Top = 71
  143.     Width = 139
  144.     Height = 21
  145.     Alignment = taLeftJustify
  146.     BevelOuter = bvLowered
  147.     TabOrder = 5
  148.   end
  149.   object Panel3: TPanel
  150.     Left = 424
  151.     Top = 125
  152.     Width = 139
  153.     Height = 21
  154.     Alignment = taLeftJustify
  155.     BevelOuter = bvLowered
  156.     TabOrder = 6
  157.   end
  158.   object Panel4: TPanel
  159.     Left = 424
  160.     Top = 179
  161.     Width = 139
  162.     Height = 21
  163.     Alignment = taLeftJustify
  164.     BevelOuter = bvLowered
  165.     TabOrder = 7
  166.   end
  167.   object SkipButton: TButton
  168.     Left = 264
  169.     Top = 216
  170.     Width = 75
  171.     Height = 25
  172.     Caption = '&Skip'
  173.     ModalResult = 5
  174.     TabOrder = 2
  175.   end
  176.   object HelpButton: TButton
  177.     Left = 424
  178.     Top = 216
  179.     Width = 75
  180.     Height = 25
  181.     Caption = '&Help'
  182.     TabOrder = 8
  183.     OnClick = HelpButtonClick
  184.   end
  185.   object Edit: TEdit
  186.     Left = 212
  187.     Top = 9
  188.     Width = 357
  189.     Height = 24
  190.     BorderStyle = bsNone
  191.     Color = clBtnFace
  192.     Font.Charset = DEFAULT_CHARSET
  193.     Font.Color = clBlue
  194.     Font.Height = -11
  195.     Font.Name = 'MS Sans Serif'
  196.     Font.Style = []
  197.     ParentFont = False
  198.     ReadOnly = True
  199.     TabOrder = 9
  200.     Text = 'x'
  201.   end
  202. end
  203.